home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Sound / MUImp3 / MUImp3.rexx < prev    next >
OS/2 REXX Batch file  |  2000-04-30  |  4KB  |  151 lines

  1. /* */
  2.  
  3. address MUImp3
  4. options results
  5.  
  6. MUIM_Application_AboutMUI = 0x8042d21d
  7. MUIM_Application_OpenConfigWindow = 0x804299ba
  8. TRUE = 1
  9. FALSE = 0
  10.  
  11. window id aa COMMAND """QUIT""" PORT MUImp3 TITLE """MUImp3 V1.5"""
  12.  menu LABEL "Project"
  13.   item COMMAND '"method 'MUIM_Application_AboutMUI' 0"' PORT MUImp3 LABEL "About MUI"
  14.   item COMMAND '"method 'MUIM_Application_OpenConfigWindow'"' PORT MUImp3 LABEL "MUI..."
  15.   item COMMAND '"quit"' PORT MUImp3 ATTRS 0x80422030 'Q' LABEL "Quit"
  16.  endmenu
  17. group
  18. group register label "Main,Preference"
  19. group
  20. group horiz
  21.  group register label "Song Info,Add CD"
  22.   group
  23.    text id mes2
  24.    group horiz
  25.     label "Title"
  26.     string id mpt command '"rx MUImp3.mmp CHAN 1%s"' port command
  27.    endgroup
  28.    group horiz
  29.     label "Artist"
  30.     string id mpr command '"rx MUImp3.mmp CHAN 2%s"' port command
  31.    endgroup
  32.    group horiz
  33.     label "Album"
  34.     string id mpa command '"rx MUImp3.mmp CHAN 3%s"' port command
  35.    endgroup
  36.    group horiz
  37.     label "Year"
  38.     string id mpy command '"rx MUImp3.mmp CHAN 4%s"' port command
  39.    endgroup
  40.    group horiz
  41.     label "Comment"
  42.     string id mpe command '"rx MUImp3.mmp CHAN 5%s"' port command
  43.    endgroup
  44.    group horiz
  45.     label "Genre Number(*)"
  46.     popslider id mpg command '"rx MUImp3.mmp CHAN 6%s"' port command attrs 0x8042d78a 999 0x8042e404 0 0x8042ae3a 13
  47.    endgroup
  48.    list id genr command '"rx MUImp3.mmp GENRE"' port command
  49.    text label "\033b\033cPress 'Return' to save changes"
  50.   endgroup
  51.   group 
  52.    button command '"rx MUImp3.mmp GETID"' port command label "Get CD Info"
  53.    group horiz
  54.     button command '"muirexx MUICDID.rexx Port MUICDID"' port command label "Edit"
  55.     text id mes1
  56.    endgroup
  57.    slider id mint command '"rx MUImp3.mmp SCHECK"' port command attrs 0x8042d78a 99 0x8042e404 1 0x8042ae3a 1
  58.    slider id maxt command '"rx MUImp3.mmp SCHECK"' port command attrs 0x8042d78a 99 0x8042e404 1 0x8042ae3a 99
  59. space
  60. button command '"rx MUImp3.mmp ADDCD"' port command label "Add Song(s)"
  61.   endgroup
  62.  endgroup
  63.  group
  64.   label left "Projects"
  65.   list id song command '"rx MUImp3.mmp SHOWINFO %s"' port command
  66.   group id butt
  67.    group horiz
  68.     button command '"rx MUImp3.mmp REMOVE"' port command Label "Remove"
  69.     button command '"rx MUImp3.mmp CONVERT"' port command label "Convert"
  70.     button command '"rx MUImp3.mmp CONVALL"' port command label "Convert All"
  71.    endgroup
  72.    group horiz
  73.     button command '"rx MUImp3.mmp TTOF"' port command label "Track > File"
  74.     button command '"rx MUImp3.mmp ATTOF"' port command label "All > File"
  75.     button command '"rx MUImp3.mmp ADDFILE"' port command label "Add File"
  76.    endgroup
  77.   endgroup
  78.  endgroup
  79. endgroup
  80. text id mes3 label "MUImp3/robin@amiganiac.de"
  81. endgroup
  82. group
  83. group horiz
  84.  group
  85.   group frame label "Main Prefs"
  86.    group horiz
  87.     label label "Temp"
  88.     popasl id temp content "sys:"
  89.    endgroup
  90.    group horiz
  91.     label label "Dest"
  92.     popasl id dest content "sys:"
  93.    endgroup
  94.    group horiz
  95.     label label "CD-ID's"
  96.     popasl id cdid
  97.    endgroup
  98.   endgroup
  99.   group frame label "CDDA Prefs"
  100.    group horiz
  101.     label label "CD-Device"
  102.     string id cdev content "blizzppc.device"
  103.    endgroup
  104.    group horiz
  105.     label label "CD-Unit"
  106.     slider id cdun attrs 0x8042d78a 16 0x8042e404 0 0x8042ae3a 1
  107.    endgroup
  108.    cycle id plan label "Plan A,Plan B,Plan C,Plan D,Plan E,Plan F"
  109.   endgroup
  110.  endgroup
  111.  group frame label "NcodeR Prefs"
  112.   group horiz
  113.    label label "Ncode"
  114.    popasl id path content "c:ncode"
  115.   endgroup
  116.   group horiz
  117.    group
  118.     check id copy
  119.     check id orig
  120.     check id crc
  121.     check id max
  122.    endgroup
  123.    group
  124.     label label "Copyright"
  125.     label label "Original "
  126.     label label "CRC Check"
  127.     label label "Maximize "
  128.    endgroup
  129.   endgroup
  130.   group horiz
  131.    label label "Bitrate"
  132.    cycle id bitr label "32,40,48,56,64,80,96,112,128,160,192,224,256,320"
  133.   endgroup
  134.   group horiz
  135.    label label "Format"
  136.    cycle id ster label "Auto,Stereo,MS-Stereo"
  137.   endgroup
  138.  space
  139.  endgroup
  140. space
  141. endgroup
  142.  button command '"rx MUImp3.mmp SAVE"' port command label "Save Preferences"
  143. endgroup
  144. endgroup
  145. endgroup
  146. endwindow
  147. callhook id song app command '"rx MUImp3.mmp ADDFILE %s"' port command
  148.  
  149. address command;
  150. 'rx MUImp3.mmp INIT'
  151.